Skip to content

fix: correct 'inturruption' and 'occurd' typos in KeyboardInterrupt error message - #1

Open
Jah-yee wants to merge 1 commit into
1uffyD9:masterfrom
Jah-yee:fix/typo-occurred-interruption
Open

fix: correct 'inturruption' and 'occurd' typos in KeyboardInterrupt error message#1
Jah-yee wants to merge 1 commit into
1uffyD9:masterfrom
Jah-yee:fix/typo-occurred-interruption

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Jul 19, 2026

Copy link
Copy Markdown

Description

Corrects two spelling typos in the KeyboardInterrupt error message in revIPLookup.py:

  • inturruptioninterruption
  • occurdoccurred

Change

  • File: revIPLookup.py line 46
  • Before: sys.exit('\n' + self.error + "Keyboard inturruption occurd, exiting the program.." + self.reset)
  • After: sys.exit('\n' + self.error + "Keyboard interruption occurred, exiting the program.." + self.reset)

Testing

Minimal typo fix (1 line, 2 character corrections). No logic change.


Generated by Jah-yee (automated typo fix)

@Jah-yee

Jah-yee commented Jul 19, 2026

Copy link
Copy Markdown
Author

Hi! I noticed two spelling typos in the KeyboardInterrupt handler error message (revIPLookup.py line 46): 'inturruption' → 'interruption' and 'occurd' → 'occurred'. This is a user-facing error shown when Ctrl+C is pressed. Let me know if you'd like any adjustments!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant